home *** CD-ROM | disk | FTP | other *** search
- object reg: Treg
- Left = 349
- Top = 312
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Shareware Registration'
- ClientHeight = 201
- ClientWidth = 345
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 329
- Height = 153
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 87
- Height = 13
- Caption = 'Registration Name'
- end
- object Label2: TLabel
- Left = 16
- Top = 64
- Width = 96
- Height = 13
- Caption = 'Registration Number'
- end
- object Label3: TLabel
- Left = 16
- Top = 112
- Width = 70
- Height = 13
- Caption = 'Registration ID'
- end
- object Button1: TButton
- Left = 176
- Top = 168
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 3
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 264
- Top = 168
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 4
- OnClick = Button2Click
- end
- object Regname: TEdit
- Left = 16
- Top = 32
- Width = 313
- Height = 21
- TabOrder = 0
- Text = 'Reg Name'
- end
- object Regnum: TEdit
- Left = 16
- Top = 80
- Width = 313
- Height = 21
- TabOrder = 1
- Text = 'Regnum'
- end
- object sreg: TListBox
- Left = 128
- Top = 248
- Width = 41
- Height = 57
- ItemHeight = 13
- TabOrder = 5
- Visible = False
- end
- object temp: TListBox
- Left = 64
- Top = 264
- Width = 33
- Height = 41
- ItemHeight = 13
- TabOrder = 6
- end
- object regid: TEdit
- Left = 16
- Top = 128
- Width = 313
- Height = 21
- TabOrder = 2
- end
- end
-